@font-face {
    font-family: "Arial-BoldMT";
    src: url("../fonts/Arial-BoldMT/Arial-BoldMT.eot");
    src: url("../fonts/Arial-BoldMT/Arial-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial-BoldMT/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT/Arial-BoldMT.woff") format("woff"), url("../fonts/Arial-BoldMT/Arial-BoldMT.ttf") format("truetype"), url("../fonts/Arial-BoldMT/Arial-BoldMT.svg#Arial-BoldMT") format("svg");
}

/*
@font-face {
    font-family: "ArialMT";
  src: url("../fonts/ArialMT/ArialMT.eot");
  src: url("../fonts/ArialMT/ArialMT.eot?#iefix") format("embedded-opentype"), url("../fonts/ArialMT/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT/ArialMT.woff") format("woff"), url("../fonts/ArialMT/ArialMT.ttf") format("truetype"), url("../fonts/ArialMT/ArialMT.svg#ArialMT") format("svg");
}
*/

*, ::after, ::before {
    box-sizing: border-box;
}

body {
    font-family: "ArialMT", sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #3f3f3f;
    background-color: #ffffff;
    line-height: 1.5;
    text-align: left;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
}

.list-inline {
    display: inline-flex;
    align-items: center;
    list-style: none;
    margin: 0;
    vertical-align: middle;
}

svg {
    vertical-align: middle;
}

body {
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.container {
    margin: 0 auto;
    width: 1272px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.img {
    max-width: 100%;
    display: block;
}

.btn.btn-theme {
    color: #fff;
    text-align: center;
    background-color: #ff00ae;
    font-size: 20px;
    border-radius: 5px;
    border: none;
    box-shadow: 0.314px 2.984px 2px rgba(0, 0, 0, 0.27);
    padding: 14px 25px;
    text-decoration: none;
    transition: 0.5s ease all;
    display: inline-block;
    font-family: "Arial-BoldMT", sans-serif;
}

.btn.btn-theme:hover, .btn.btn-theme:active, .btn.btn-theme:focus {
    background-color: #e31ca3;
}

.btn.btn-large {
    background-color: #ffd8e5;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: #ff00ae;
    text-decoration: none;
    display: inline-block;
    padding: 8px 40px;
    font-size: 45px;
    transition: 0.6s ease all;
}

.btn.btn-large.color-2 {
    color: #0042ff;
}

.btn.btn-large.color-2:hover, .btn.btn-large.color-2:active, .btn.btn-large.color-2:focus {
    background-color: #0042ff;
    color: #fff;
}

.btn.btn-large:hover, .btn.btn-large:active, .btn.btn-large:focus {
    background-color: #ff00ae;
    color: #fff;
}

.text-center {
    text-align: center;
}

header {
    background-image: url(../images/header-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "Arial-BoldMT", sans-serif;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 999;
}

header .header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

header .block-actions {
    margin-left: auto;
}

header .block-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: #fff;
    display: none;
}

header .block-search form {
    position: relative;
    display: flex;
}

header .block-search .search-action {
    display: flex;
    align-items: center;
}

header .block-search .btn {
    border: none;
    background-color: transparent;
    color: #fff;
    margin-right: 25px;
    cursor: pointer;
}

header .block-search .btn svg {
    width: 30px;
    height: 30px;
    fill: #0042ff;
}

header .block-search > form {
    height: 100%;
}

header .search-control {
    height: 100%;
    width: 100%;
    background: #fff;
    border: none;
    padding: 20px;
    font-size: 25px;
}

.block-nav ul li {
    margin-right: 20px;
}

.block-nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: 0.6s ease all;
}

.block-nav ul li a:hover, .block-nav ul li a:active, .block-nav ul li a:focus {
    color: #ff00ae;
}

.block-nav ul li a:hover svg, .block-nav ul li a:active svg, .block-nav ul li a:focus svg {
    fill: #ff00ae;
}

.block-nav svg {
    fill: #fff;
}

.block-actions .action-item {
    margin-right: 25px;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: 0.6s ease all;
}

.block-actions .action-item:hover, .block-actions .action-item:active, .block-actions .action-item:focus {
    text-decoration: underline;
}

.btn-count {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #ff00ae;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    background-color: #ffd8e5;
    font-size: 30px;
    cursor: default;
    display: inline-block;
}

.btn-count.count-video {
    background-color: #d8ecff;
    color: #0042ff;
    margin-left: 5px;
}

.section-hero img {
    width: 100%;
}

.section-counter {
    padding-top: 20px;
}

.section-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.section-title h4 {
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #454545;
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
}

.section-title.has-action-view .action-view {
    margin-left: 40px;
    transition: 0.5s ease all;
}

.section-title.has-action-view .action-view.action-end {
    margin-left: auto;
}

.section-title.has-action-view .action-view:hover, .section-title.has-action-view .action-view:focus, .section-title.has-action-view .action-view:active {
    color: #ff00ae;
}

.action-view {
    font-size: 20px;
    color: #0042ff;
    font-family: "Arial-BoldMT", sans-serif;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid.space-4 {
    margin-left: -7px;
    margin-right: -7px;
}

.grid.space-4 .grid-item {
    padding-left: 7px;
    padding-right: 7px;
}

.grid.grid-4 .grid-item {
    max-width: 33.333333%;
    flex: 33.333333%;
}

.grid.grid-2 .grid-item {
    max-width: 50%;
    flex: 50%;
}

.grid.grid-6 .grid-item {
    max-width: 16.6666667%;
    flex: 16.6666667%;
}

.video-item {
    margin-bottom: 15px;
}

.video-item .item-wrapper {
    box-shadow: 0.523px 4.973px 2px rgba(0, 0, 0, 0.06);
}

.video-item .item-wrapper > a {
    text-decoration: none;
}

.video-item .item-thumb {
    display: block;
    position: relative;
}

.video-item .item-thumb img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    z-index: 15;
}

.video-item .item-content {
    display: flex;
    font-size: 13px;
    padding: 10px;
    color: #000;
    position: relative;
}

.video-item .item-content p {
    margin: 0;
}

.video-item .item-content .item-cblock:first-child {
    flex: 1;
    width: 100%;
}

.video-item .item-content .item-cblock:last-child {
    align-self: flex-end;
    margin-left: 15px;
}

.video-item .item-content .item-cblock:last-child > p {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.video-item .item-title {
    text-decoration: none;
    font-size: 16px;
    color: #0042ff;
    font-family: "Arial-BoldMT", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.section-footer {
    padding-top: 10px;
}

.space-bottom-15 {
    margin-bottom: 15px;
}

.model-item {
    margin-bottom: 15px;
}

.model-item .model-title {
    display: block;
    text-align: center;
    font-family: "Arial-BoldMT", sans-serif;
    text-transform: uppercase;
    color: #0042ff;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.model-item .item-wrapper {
    box-shadow: 0.523px 4.973px 2px rgba(0, 0, 0, 0.06);
}

.model-item .item-thumb {
    display: block;
}

.model-item .item-thumb img {
    width: 100%;
}

footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 35px 0px;
    font-size: 13px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

footer a:hover, footer a:active, footer a:focus {
    text-decoration: underline;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .foo-col {
    padding-left: 30px;
    padding-right: 30px;
    border-right: 2px solid #4b6faf;
}

footer .foo-col.foo-col-2 {
    width: 15%;
}

footer .foo-col.foo-col-4 {
    width: 25%;
}

footer .foo-col:last-child {
    border-right: none;
}

footer .foo-title h5 {
    font-size: 17px;
    font-family: "Arial-BoldMT", sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
}

.foo-logo {
    display: inline-flex;
    align-items: center;
}

.foo-col-1 .copyright {
    margin-top: 0;
    font-size: 14px;
}

.foo-col-1 .btn {
    padding: 10px 25px;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrapper .foo-col {
    width: 20%;
}

.gap-top-40 {
    padding-top: 40px;
}

.gap-bottom-40 {
    padding-bottom: 40px;
}

.model-intro {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.model-intro .model-img {
    padding-right: 35px;
}

.section-model .model-name {
    font-size: 25px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0042ff;
    font-family: "ArialMT", sans-serif;
}

.section-model .model-name .updated-at {
    font-size: 13px;
    font-family: "ArialMT", sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    margin-left: 15px;
}

.section-model .trigger-read-more {
    color: #0042ff;
}

.section-model .model-title {
    font-size: 54px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}

.theme-color {
    color: #ff00ae;
}

.model-intro .model-content {
    font-size: 24px;
}

.model-intro .ans {
    color: #0042ff;
    font-weight: "Arial-BoldMT", sans-serif;
    font-weight: 700;
}

.model-rich {
    padding-top: 40px;
    font-size: 16px;
}

.model-player {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.model-player .trigger-play {
    left: 50%;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    opacity: 0.5;
}

.model-categories > a {
    margin-right: 10px;
}

.heading-title h2 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 30px;
    letter-spacing: -1px;
    color: #454545;
    margin-bottom: 10px;
}

.heading-filter {
    margin-bottom: 20px;
}

.heading-filter a {
    font-size: 20px;
    text-transform: uppercase;
    color: #0042ff;
    text-decoration: underline;
    font-weight: bold;
    font-family: "Arial";
    margin-right: 15px;
}

.pagination {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.pagination ul li.active a {
    color: #696969;
}

.pagination ul li a {
    color: #bdbdbd;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.6s ease all;
}

.pagination ul li a svg {
    fill: #bdbdbd;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    transition: 0.6s ease all;
}

.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active {
    color: #696969;
}

.pagination ul li a:hover svg, .pagination ul li a:focus svg, .pagination ul li a:active svg {
    fill: #696969;
}

.section-update .model-rich {
    padding-top: 0;
}

.section-update .trigger-read-more,
.section-update .model-categories a {
    color: #0042ff;
}

.section-update p {
    margin-top: 0;
    margin-bottom: 20px;
}

.section-update .model-name {
    font-size: 25px;
    color: #0042ff;
    font-family: "Arial";
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-update .model-name .updated-at {
    font-size: 13px;
    color: #3f3f3f;
    font-weight: normal;
}

.model-player .video-banner {
    max-width: 100%;
}

.gap-top-20 {
    padding-top: 20px;
}

.section-warning {
    text-align: center;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 70px;
    background-color: #fff;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100vh;
    justify-content: flex-end;
}

.section-warning:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
    width: 100%;
    height: 4em;
}

.section-warning .warning-bg {
    height: 100%;
    width: 100%;
}

.section-warning .warning-bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    width: 100%;
}

.section-warning .landing-content {
    color: #000;
    position: relative;
    z-index: 999;
}

.section-warning .block-button {
    margin-bottom: 25px;
}

.section-warning .block-button .btn {
    display: inline-block;
    font-size: 45px;
    padding: 10px 40px;
}

.section-warning .block-button .btn {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Oswald", sans-serif;
}

.landing-footer .terms p {
    font-size: 16px;
}

.landing-header {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: absolute;
    top: 0;
    padding-top: 40px;
    left: 0;
    width: 100%;
}

.landing-header .login-link {
    margin-left: auto;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 20px;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.landing-header .login-link span {
    vertical-align: middle;
}

.landing-header .login-link img {
    margin-left: 5px;
    vertical-align: middle;
}

.landing-title {
    font-size: 45px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
    filter: drop-shadow(0.418px 2.971px 1px #ffffff) drop-shadow(0 0 58.5px rgba(255, 255, 255, 0.97));
}

.terms-box {
    font-size: 20px;
    padding: 20px;
    border: 1px solid #c6c6c6;
    display: flex;
    border-radius: 4px;
    align-items: center;
    background-color: #fcfcfc;
    font-family: "Arial";
    margin-top: 40px;
}

.terms-box a {
    margin-left: auto;
    display: inline-block;
    background-color: #e9e9e9;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    border-radius: 5px;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

.terms-box p {
    margin-bottom: 0;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

.page-warning {
    min-height: 100vh;
    height: 100%;
}

.page-warning::before {
    background-image: url(../images/warning-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.preview-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    -o-object-fit: fill;
    object-fit: fill;
    background: #FFF;
    overflow: hidden;
}

@media (min-width: 1600px) {
    .section-model .model-title {
        font-size: 95px;
    }

    .model-intro .model-content {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    footer .foo-col.foo-col-1,
footer .foo-col.foo-col-3,
footer .foo-col.foo-col-4 {
        width: 50%;
    }

    footer .foo-col.foo-col-2 {
        width: 25%;
    }
}

@media (max-width: 960px) {
    header .block-actions ul {
        padding-left: 20px;
    }

    header .block-actions .action-item {
        font-size: 16px;
        margin-right: 15px;
    }

    header .block-nav ul li {
        margin-right: 15px;
    }

    header .block-logo img {
        max-width: 170px;
    }

    header .block-nav > ul {
        padding-left: 25px;
    }

    header .block-nav ul li a,
header .block-actions .btn {
        font-size: 16px;
    }

    header .block-actions .btn {
        padding: 7px 15px;
    }

    .grid.grid-6 .grid-item {
        flex: 25%;
        max-width: 25%;
    }
}

@media (max-width: 767px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile-menu .btn {
        padding: 5px 10px;
        font-size: 16px;
    }

    .desktop-menu,
.block-actions {
        display: none;
    }

    .desktop-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        background-color: #3762ab;
        z-index: 999;
    }

    .heading-filter a {
        font-size: 14px;
        margin-right: 10px;
    }

    .landing-header > a {
        width: 100%;
        display: block !important;
        margin: 0 auto;
        position: unset !important;
        right: inherit !important;
    }

    .landing-header .login-link {
        font-size: 16px;
    }

    .landing-header .logo > img {
        display: inline-block;
        max-width: 160px;
    }

    .landing-header .login-link {
        font-size: 16px;
        margin-right: auto;
        width: auto;
        white-space: nowrap;
    }

    .landing-header {
        padding: 20px;
        justify-content: space-between;
        width: 100%;
    }

    header .block-search {
        top: 100%;
        height: 60px;
    }

    header .block-search .btn {
        margin-right: 10px;
    }

    footer .foo-col.foo-col-1,
    footer .foo-col.foo-col-3 {
        width: 40%;
    }

    footer .foo-col.foo-col-2 {
        width: 30%;
    }

    footer .foo-col.foo-col-4 {
        width: 60%;
    }

    .foo-col-1 .btn {
        font-size: 16px;
        padding: 7px 15px;
    }

    footer .foo-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    header .block-nav {
        margin-left: auto;
    }

    header .block-actions {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .btn-count {
        font-size: 24px;
    }

    .section-counter {
        padding-bottom: 20px;
    }

    .section-title.has-action-view .action-view {
        margin-left: 10px;
    }

    .action-view {
        font-size: 14px;
    }

    .section-title h4 {
        font-size: 26px;
    }

    .grid.grid-4 .grid-item {
        flex: 100%;
        max-width: 100%;
    }

    .grid.grid-6 .grid-item {
        flex: 33.333%;
        max-width: 33.333%;
    }

    .model-item .model-title {
        font-size: 16px;
        padding: 15px 10px;
    }

    .section-model .model-title {
        font-size: 34px;
    }

    .model-intro .model-content {
        font-size: 20px;
    }

    footer {
        padding-top: 20px;
    }

    .model-player .trigger-play {
        width: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }

    .video-item .item-title {
        font-size: 14px;
    }

    .block-nav ul li a {
        display: block;
    }

    .mobile-menu .btn {
        vertical-align: middle;
    }

    .hide-mobile {
        display: none !important;
    }
}

@media (max-width: 560px) {
    .terms-box {
        flex-direction: column;
    }

    .terms-box a {
        margin: 0 auto;
        margin-top: 10px;
    }

    .landing-header {
        padding: 10px 5px;
    }

    .landing-header .login-link img {
        width: 15px;
    }

    .landing-header .login-link {
        font-size: 14px;
    }

    .page-warning:before {
        background-position: 85% 50%;
    }
}

@media (max-width: 480px) {
    .mobile-menu .btn {
        padding: 5px 10px;
        font-size: 12px;
    }

    .landing-title {
        font-size: 24px;
    }

    .section-warning .block-button .btn {
        font-size: 28px;
    }

    .terms-box a {
        margin-left: 0;
        margin: 0 auto;
        margin-top: 10px;
    }

    .model-rich {
        padding-top: 0;
    }

    .model-img img {
        width: 100%;
        padding-right: 0;
    }

    .model-intro .model-img {
        padding-right: 0;
        width: 100%;
    }

    .section-model .model-title {
        margin-bottom: 10px;
    }

    .section-model .model-title + p {
        margin-top: 0;
    }

    footer .foo-col.foo-col-1, footer .foo-col.foo-col-3 {
        width: 100%;
    }

    footer .foo-col.foo-col-1 {
        margin-bottom: 10px;
        text-align: center;
    }

    footer .foo-col.foo-col-3 {
        margin-top: 20px;
        text-align: center;
    }

    footer .foo-col.foo-col-4 {
        width: 100%;
        text-align: center;
    }

    footer .foo-col.foo-col-2 {
        width: 50%;
    }

    .grid.grid-6 .grid-item {
        flex: 50%;
        max-width: 50%;
    }

    .mobile-menu > li:last-child {
        margin-right: 0;
    }

    header .block-logo img {
        margin: 0 auto;
    }

    header .block-actions {
        margin-top: 10px;
    }

    .video-item .item-content {
        flex-wrap: wrap;
    }

    .video-item .item-content .item-cblock:last-child > p {
        position: relative;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
    }

    .btn.btn-large {
        font-size: 30px;
    }

    .video-item .item-content .item-cblock:last-child {
        margin-left: 0;
    }

    .btn-count {
        font-size: 20px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-title h4 {
        font-size: 20px;
    }

    .pagination ul li {
        margin-right: 5px;
        margin-left: 5px;
    }

    header .block-logo img {
        width: 150px;
    }

    header .block-search .btn svg {
        width: 21px;
    }
}

@media (min-width: 767px) {
    header {
        position: sticky;
        top: 0;
        z-index: 999;
    }
}

@media (max-width: 767px) {
    .grid.grid-1-sm .grid-item {
        flex: 100%;
        max-width: 100%;
    }

    .mobile-menu--left a {
        display: block;
    }

    .mobile-menu--left a svg {
        fill: #fff;
        position: relative;
        top: -0.1em;
    }

    .mobile-menu--left+.block-logo {
        margin-left: 0.5em;
    }
}

/********** Custom ***************/

/*
.btn-count{
    cursor: pointer;
}
*/

.item-talent{
        color: #0042ff;
        font-family: Arial-BoldMT, sans-serif;
        font-size: 16px;
        overflow: hidden;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
}

.video-item .item-thumb{
    /* https: //stackoverflow.com/a/54530227  */
    overflow: hidden
}

.video-item .item-thumb .preview-video{
    /* https: //stackoverflow.com/a/54530227  */
    top: 1px;
}

.model-player>a.update-splash-container {
    width: 100%;
    display: block;
}

.model-player>a.update-splash-container>img.video-banner{
    width:100%;
}


.no-text-decoration {
    text-decoration: none;
}

.section-update h4 .model-name {
    text-transform: uppercase;
}


.section-update h4 .model-name,
.section-update h4 .model-name+.updated-at,
.section-update h4 .model-name+small {
    font-family: "ArialMT", sans-serif;
}

.section-update h4 .model-name+.updated-at,
.section-update h4 .model-name+small {
    color: #3f3f3f;
    margin-left: .25em
}

/*yuu fix for ugly loading */
.section.section-hero {
    height: 0;
    overflow: hidden;
    padding-bottom: 31.25%;
}

.model-item .item-thumb,
.video-item .item-thumb {
    overflow: hidden;
    height: 0;
    padding-bottom: 56.36792453%;
}

.model-item .item-thumb {
    padding-bottom: 138.88888889%;
}